/* CSS layout */
body {
	margin: auto;
	padding: auto;
	background-image: url('../images/thtch.gif');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: #000000;

	
}

#masthead {
	background-image: url('../images/nav_buttons/logo.jpg');
	background-repeat: no-repeat;
	background-position: center 50px;
	background-attachment: ;
	position: relative;
}

#top_nav {
	
}

#container {
	margin-left: 2%;
	margin-right: 2%;
	min-width: 600px;
	}

#right_col {
	width: 208px;
	float: right;
	position: relative;
	}

#page_content {
	margin-right: 200px;
}

#footer {
	clear: both;
}
a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.style1{
		  text-align: center;
		 
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}